home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / PostScript / Pencil / Source / English.lproj / EmptyDocument / data.classes next >
Encoding:
Text File  |  1995-06-12  |  428 b   |  32 lines

  1. PencilView = {
  2.     ACTIONS = {
  3.     makeClipGroup:;
  4.     scroll:;
  5.     deleteGraphic:;
  6.     copyAsPostScript:;
  7.     insertNextPoint:;
  8.     saveAs:;
  9.     toFront:;
  10.     makeStandardGroup:;
  11.     insertPoint:;
  12.     changeScale:;
  13.     deletePoint:;
  14.     ungroup:;
  15.     selectAll:;
  16.     deselectAll:;
  17.     toBack:;
  18.     };
  19.     OUTLETS = {
  20.     currentGraphic;
  21.     inspector;
  22.     scrollFactor;
  23.     glist;
  24.     };
  25.     SUPERCLASS = View;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32.